/* font imports */
@font-face {
  font-family:"Proxima-Nova";
  src: url("../wp-content/themes/theme/Assets/fonts/proxima_nova_black.ttf") format("truetype");
}

@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Merriweather Sans Light'), local('MerriweatherSans-Light'), url(https://fonts.gstatic.com/s/merriweathersans/v10/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1eYCDE0hM.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Sans Bold'), local('MerriweatherSans-Bold'), url(https://fonts.gstatic.com/s/merriweathersans/v10/2-c49IRs1JiJN1FRAMjTN5zd9vgsFH1OZyDE0hM.ttf) format('truetype');
}


/* text hero colors */


/* borders colors */



/* backgrounds */
body
{
   /* background: url(/Assets/img/jpg/toppers.jpg);*/
    background-size: cover;
    height: 100%;
}
/* header css */


/* links */


/* fonts*/



/* body fonts */

body 
{
  font-family: 'Merriweather Sans', sans-serif;
  color: #666;
}

/* headings */


/* nav */


/* tabs */

#section-tabs {
  font-size: 0.8em;
  height: 160px;
  position: relative;
  margin-top: -200px;
  padding: 0;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase;
}
#section-tabs li {

}

#section-tabs li span {
  color: #fff;
}

#section-tabs li.active {
  color: #444;
  cursor: pointer;
}

#section-tabs li:after {
  content: "";
  display: block;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#section-tabs li.current {
  opacity: 1;
  background: #fff;
  z-index: 999;
  border-left: none;
}
#section-tabs li.current:after 
{
  border: 15px solid transparent;
  border-left: 15px solid hotpink;
  top: 59px;
  left: 10px;
}

#section-tabs {
    text-align: justify;
}
#section-tabs:after {
    content: '';
    display: inline-block;
    width: 100%;
    
}
#section-tabs:before {
   
}
#section-tabs li {
    
  color: #fff;
  cursor: not-allowed;
  border-left: 1px solid #aaa;
  text-decoration: none;
  padding: 0 6px;
  
  width: 150px;
  border-radius: 75px;
  height: 150px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  line-height: 150px;
  position: relative;
   
    background-color: hotPink;
    color: #fff;
    display: inline-block;
   
   
    
}

/* page margins */


/* buttons */

.btn {
  border: none;
  padding: 8px;
  background: #2cbab2;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: 'Merriweather Sans', sans-serif;
}

.btn:hover 
{
  background: #26a19a;
}

/* hero-slider */


/* logo section */

/* form */




/* Upload Form */

#uploadform 
{
  width: 100%;
  max-width: 960px;
  height: auto;
  padding: 20px;
  background: #fff;
  margin: 0 auto;
  margin-top: 225px;
  position: relative;
  min-height: 300px;
}
#fieldsets {
  position: absolute;
  top: 0px;
  left: 0px;
  display: contents;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 8px;
  margin-bottom: 8px;
  position: relative;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #22918b;
}
input[type=radio] {
  margin: 6px;
  display: inline-block;
}
fieldset {
  border: none;
  position: relative;
  display: none;
  padding: 10px 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  opacity: 0;
}
fieldset.current {
  display: block;
  opacity: 1;
}
fieldset.next {
  left: 640px;
}
input[type=submit] {
  display: none;
  border: none;
}

.error {
  color: #bf2424;
  display: block;
}
input.error,
textarea.error {
  border-color: #bf2424;
}
input.error:focus,
textarea.error:focus {
  border-color: #bf2424;
}
label.error {
  margin-bottom: 20px;
}
input.valid {
  color: green;
}
label.valid {
  position: absolute;
  right: 20px;
}
input + .valid,
textarea + .valid {
  display: none;
}
.valid + .valid {
  display: inline;
  position: absolute;
  right: 10px;
  margin-top: -36px;
  color: green;
}


/* Darkroom JS */

.darkroom-toolbar {
    display: block;
    position: relative;
    top: 0; 
    left: 0;
    background: hotpink;
    height: 40px;
    min-width: 40px;
    width: 100%;
    z-index: 99;
    border-radius: 2px;
    white-space: nowrap;
    padding: 0 5px;
}

canvas.lower-canvas
{
    max-width: 650px !important;
    height: auto !important;
}

.darkroom-button-group:nth-child(4)
{
    display: none;

}
.darkroom-toolbar, .darkroom-image-container
{
	/*display: none;*/
}


.darkroom-toolbar.last , .darkroom-image-container.last
{
	/*display: block;*/
}

/* Image resize CSS */

/* Centered text */
.centered 
{
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}

#imgfield
{
  display: block;
  margin: 0 auto;
  border: 1px solid #888;
  border-radius: 3px;
  padding: 4px;
}

.pt-3, .py-3 
{
    padding-top: 0rem!important;
}